How to hide wordpress default description box?

you can use simple one liner with remove_post_type_support() :

remove_post_type_support( 'post', 'editor' );