Mental Model
To remove a node with a specific value, find it by moving through the list, then adjust the links of its neighbors to skip it.
Analogy: Imagine a train with cars linked front and back. To remove a car, you disconnect it from the car before and the car after, then the train continues without that car.
null β 1 β 2 β 3 β 4 -> null βhead