Disabling the Create a View menu
If you would like to remove the "Create a View" menu from the Gravity Forms form toolbar, add this code to your site's functions.php file:
remove_filter( 'gform_toolbar_menu', array( 'GravityView_Admin_Views', 'gform_toolbar_menu' ), 10, 2 );