I only tested these on the Twenty Twenty theme.
To remove the author and date (below the post title)
.entry-categories-inner,
.post-meta-single-top {
display: none;
}
(source: https://wordpress.org/support/topic/remove-author-date-category/#post-12798495)
To remove the bottom navigation link (previous and next post)
.pagination-single.section-inner {
display: none;
}
(source: https://wordpress.org/support/topic/remove-previous-post-next-post/)