Hello,
In this case you can remove the form in the file wp-content/themes/woopress/framework/theme/functions.php (line 1137), delete or comment the code:
<?php if($popups) : ?>
<div class="register-popup">
<div class="popup-title">
<span><?php _e( 'Register Form', ETHEME_DOMAIN ); ?></span>
</div>
<?php et_register_form(); ?>
</div>
<?php endif; ?>
Regards,
Eva Kemp.