numbers.remove() is a method used to remove an element from an ArrayList. It takes either the index or object as a parameter, finds its position in the list, and removes it.
Related terms
Index: A zero-based position of an element in a list or array.
Object: An instance of a class that has its own identity and attributes.