I tried what @ikvaesolutions suggested and it worked, except for the last line.
I tried
remove_filter( 'wp_robots', 'wp_robots_max_image_preview_large' );
and (below is OP original but wan’t sure if the spaces made a difference)
remove_filter('wp_robots', 'wp_robots_max_image_preview_large')
I still get <meta name='robots' content='max-image-preview:large' />
Does anyone know how to remove the above line completely from the html?
Thanks