Quoting - Jacques Hertzberg
2. Type the command: <install-dir>/bin/ia32/uninstall_cprof.sh (substitute intel64 or ia64 for ia32 as desired)
But there isn't <install-dir> anymore and there's no uninstall script in archive.
Try e.g. 'rpm -qa | grep intel'
and (as root) run 'rpm -e --force ....' on the entries which you need to remove. I find this simpler than attempting to extract uninstall from the archive. Without --force, you would have to find the right order for removal (e.g. mkl before ifort...)