I found this which seems to work for me to remove the WooCommerce breadcrumbs on every shop page:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
I added this to my themes custom functions.php file.
I found this which seems to work for me to remove the WooCommerce breadcrumbs on every shop page:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
I added this to my themes custom functions.php file.