deactivate woocommerce breadcrumbs

PHP
remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);

Source

Also in PHP: