Disable custom image size creation for plugins

add_action('init', 'remove_plugin_image_sizes');

function remove_plugin_image_sizes() {
    remove_image_size('featured_large');
}

The code needs to be added to the file functions.php