how to remove the gallery shortcode in wordpress?

To remove the Gallery Short-code completely add this to your themes function.php file:

remove_shortcode('gallery', 'gallery_shortcode');

error code: 523