add_action( 'wp', 'loc_remove_shop_breadcrumbs' );
function loc_remove_shop_breadcrumbs() {
if ( is_shop() ) {
add_filter( 'woocommerce_get_breadcrumb', '__return_false' );
}
}
// tried init and template_redirect among others, this works for Flatsome Theme