Been searching for this myself, and eventually found:
// Remove default WooCommerce breadcrumbs and add Yoast ones instead
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
Now just to find out how to add the Yoast breadcrumb in to replace them!
Regards, James