The following code needs to go within your <style></style> brackets in your "About Me" section:
This code will hide your "Who I'd Like To Meet" section
.blurbs .inner .section:nth-of-type(2) {
display: none;
}
This code will hide your "Links" section
.table-section:nth-last-child(1) {
display: none;
}