I have a csv file with multiple columns that are formatted as currency, what is the best way to remove the formatting but keeping the values. I would like to automate the process if possible.

I tried using the data conversion tool but I must be doing something wrong.
This is what the raw file looks like in NotePad. :
1-2-1,2020,1,1,Ada,2,County,1,Ada County," $144,552,433 ",," $27,710 "," $57,836 ",0.00,,,,,,," $12,251,223
Excel Snip

You can add a Derived Column and apply REPLACE SSIS expression for the currency column to remove $
Then map the output to destination column.