How to get a single hook from wp_head()?

wp_head is an essential part of the theme, and there is too many things that might fall apart if it is not there. Hunting and fixing them one by one might be time consuming and the worthiness of the all operation questionable.

In you snippet for example you want to remove things that make no sense to remove specifically only for one CPT, and if you have them on other post types there is no real reason not to have them on that one.