rpm -qa | grep Micro_Focus
This returns PackageName, the RPM name of your Micro Focus product which is used to identify the install package.
rpm -e [ PackageName ]
If you installed the same package more than once on the same machine using the --nodeps --prefix command line options, to remove all of these installations execute the following command:
[ as root ] rpm -e --allmatches [ package name ]