I recently updated to WordPress 5.8 and it also introduced this border. Since this was the first result I saw on it in Google, I just wanted to share that I added this CSS to the customizer to get rid of it until they fix it….
.wp-block-separator {
border-top: 0px solid;
border-bottom: 0px solid;
}