The linked list is the abstraction because there is no real world situation where a client will be directly interacting with just a linked list without having some sort of GUI that acts as an in between.
A linked list ADT is simply a data structure that can store information in the form of a list, where each item in the list stores information associated with it and a reference to the next item.