Removing prices from specific collection - Empire theme

Looking to remove prices from one specific collection (not all collections). Cannot find where the collection theme is pulling price. Can anyone help hiding the price in this collection theme, or by product tag would be OK too.

{
  "sections": {
    "main": {
      "type": "static-collection",
      "blocks": {
        "filter-1": {
          "type": "filter",
          "settings": {
            "filter_option": "faceted",
            "filter_groups": "expand_first",
            "show_filter_product_count": false,
            "filter_style": "tags",
            "filter_limit": "6",
            "grid_categories": "",
            "custom_ordered_categories": "",
            "custom_ordered_tags": "",
            "excluded_tags": "",
            "excluded_groups": ""
          }
        }
      },
      "block_order": [
        "filter-1"
      ],
      "settings": {
        "show_collection_image": false,
        "products_per_page_range": 48,
        "products_per_row": "4",
        "sort_by": true,
        "grid_list": true,
        "default_view": "grid-view",
        "enable_subcollection": false,
        "show_product_count": false,
        "thumbnail_image": "product-image",
        "image_crop": "square"
      }
    },
    "static-recently-viewed": {
      "type": "static-recently-viewed",
      "settings": {
        "enable_recently_viewed_products": true
      }
    },
    "e7ead63a-1e1e-4150-b9a5-b2183747a69f": {
      "type": "dynamic-featured-collection",
      "settings": {
        "title": "Best Sellers",
        "layout": "grid",
        "collection": "shop-all-1",
        "product_count": 5,
        "cta_label": "Shop All",
        "cta_button_style": "secondary"
      }
    },
    "b1a819d5-09eb-4a63-bdb5-a5a08ff87017": {
      "type": "collection-description",
      "settings": {
      }
    }
  },
  "order": [
    "main",
    "static-recently-viewed",
    "e7ead63a-1e1e-4150-b9a5-b2183747a69f",
    "b1a819d5-09eb-4a63-bdb5-a5a08ff87017"
  ]
}