How to remove “previous post” and “next post” on WordPress

Appearance > Customize > Additional CSS > enter the following code the hit Publish:

.post-navigation {
display:none
}