I've uninstalled java from my system using the steps listed here: https://askubuntu.com/a/185250
However there are still some left over oracle paths in my PATH variable. I think this has been caused by installing the oracle-java8-set-default
package.
The parts of my PATH that I want to get rid of: /usr/lib/jvm/oracle_jdk8/bin:/usr/lib/jvm/oracle_jdk8/db/bin:/usr/lib/jvm/oracle_jdk8/jre/bin
Does anyone know how I can remove these old entries from my PATH?