comboBox1.SelectedItem = "your value"; //
var item = ChunkList.SingleOrDefault(x => x.UniqueId == ChunkID); if (item != null) ChunkList.Remove(item);