Use the below command to remove or un-install a package or file-set in AIX

# installp -u -g <Package Name>
Once removed, you can verify whether the package exists using the below command

# lslpp -l | grep -i <Package Name>