For future readers, Postgres has a built in solution, REPLACE().
Postgres
REPLACE()
Here's it added to my CONCAT() line to accomplish the desired result:
CONCAT()
REPLACE(CONCAT({concat_columns}), '"', '')