Show or hide a widget from pages

Barring the discovery of a plugin that does this already (I’m not aware of any that specifically do what you want) you’ll need to create your own. add_meta_box and add_filter('widget_display_callback', $instance, $widget, $args) should be the bulk of what you need