Disable all Yoast SEO's Schema output one liner:
add_filter( 'wpseo_json_ld_output', '__return_false' );
One of the answers above is right (i,e returning an empty array), however that is redundant work for simply disabling all Yoast SEO schemas.