What part of template to edit to remove category name from the top of posts?

There’s a filter for that. In a plugin or child theme,

add_filter( 'twentytwenty_show_categories_in_entry_header', '__return_false' );