Mental Model
To remove the first item, just move the start pointer to the next item, skipping the first.
Analogy: Imagine a line of people holding hands. To remove the first person, the second person becomes the new start of the line.
head -> 1 -> 2 -> 3 -> null