How to remove the h6 tag for the entry-category Class

You don’t need functions for this, just look in your theme’s template files: For single posts check single.php and for blog archive/categories check archive.php.

Change the <h6> in those php files to <div> or whatever you want. It would be wiser to override them with a child theme so you don’t lose your changes in a future update of the theme.