Change or remove WooCommerce currency symbols
Removing WooCommerce currency symbols is fairly easy. You can use 'woocommerce_currency_symbol' action hook to remove or change the currency symbol.
Add that code to your theme/child theme's functions.php file or use the 'Code Snippets' plugin to add that code. Take a look