To hide the pricing for all products on the collection page level using the Symmetry theme, you can use the following CSS code:
.product-list .theme-money { display: none; }
You can add this code to the “Additional CSS” section of your theme customization options. This should hide the pricing for all products on the collection page.