The only way is to use something like this:
.widget_meta li:nth-of-type(2),
.widget_meta li:nth-of-type(3),
.widget_meta li:nth-of-type(4) {
display: none;
}
Or create a new menu widget containing just the link items you want which would be easier.
Thanks.