@soulwasted thank you I have found another way too.
I have entered this code to my functions.php
add_filter('show_admin_bar', '__return_false');
This will disable WordPress top bar for good and problem solved.
Now customer can only see ERF account and this is what I was looking for hope it will help you too.